Migrate CI to maintained Rust toolchain action with stable compiler#66
Merged
dontpanic92 merged 3 commits intomasterfrom Feb 10, 2026
Merged
Migrate CI to maintained Rust toolchain action with stable compiler#66dontpanic92 merged 3 commits intomasterfrom
dontpanic92 merged 3 commits intomasterfrom
Conversation
…ust-toolchain and use stable Rust for Windows, Linux, and macOS Co-authored-by: dontpanic92 <1056013+dontpanic92@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update CI yaml files for stable Rust toolchain
Update CI: Use stable Rust and maintained setup-rust-toolchain action
Feb 10, 2026
Co-authored-by: dontpanic92 <1056013+dontpanic92@users.noreply.github.com>
Copilot
AI
changed the title
Update CI: Use stable Rust and maintained setup-rust-toolchain action
Migrate CI to maintained Rust toolchain action with stable compiler
Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrates Windows, Linux, and macOS CI workflows from the unmaintained
action-rs/toolchaintoactions-rust-lang/setup-rust-toolchainand switches from nightly to stable Rust. Disables the new action's default-D warningsinjection.Changes
action-rs/toolchain@v1→actions-rust-lang/setup-rust-toolchain@v1nightly→stablerustflags: ''to prevent auto-injection of-D warningsThe empty
rustflagsparameter overrides the action's default behavior of treating warnings as errors, allowing the project to manage its own warning policy.Files modified:
ci-windows.yml,ci-linux.yml,ci-macos.ymlOriginal prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.